Get Custom Data Items
Retrieves saved data values for all keys specified, ordered alphabetically in pages of 20. If no keys are supplied then returns all keys, ordered alphabetically in pages of 20.
Authentication Required: Yes
ugs cloud-save data custom get [options]
Options
Alias | Description | |
---|---|---|
project-id | -p, --project-id | The Unity cloud project ID. |
environment | -e, --environment-name | The services environment name. |
custom-id | --custom-id | The ID of the custom entity to retrieve data for. |
keys | --keys | The keys to retrieve, separated by commas, e.g "key1,key2". If not set, all keys will be retrieved. |
after | --after | The key to start the page from. If not specified, the first page will be returned. |
visibility | --visibility | One of 'default' or 'private'. If not set, 'default' will be used. |
help | -?, -h, --help | Display help and usage information. |
quiet | -q, --quiet | Reduce logging to a minimum. |
json | -j, --json | Use JSON as the output format. |